home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000…tember: Reference Library / Dev.CD Sep 00 RL Disk 1.toast / mac / Technical Documentation / Develop / develop Issue 28 / develop Issue 28 code / CurveLayout / !Read Me
Encoding:
Text File  |  1996-10-03  |  627 b   |  3 lines  |  [TEXT/ttxt]

  1. The Curve Layout Library requires the ShapeWalker library presented in develop issue 27, so if you want to recompile it you'll need to get that library as well, from the develop issue 27 folder.
  2.  
  3. Also, the test application for CureveLayout uses the GX library file DecompressShape.c (among others) but DecompressShape.c won't compile without errors (at the time of this release): the routine "DragAndDropShape" uses a naked procedure pointer where a Routine Descriptor is needed. This routine isn't even used in the test app, so the simplest solution is to comment it that one routine in DecompressShape.c to get it to compile.